home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_5 / PlaceObject2_251_546 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-01-15  |  389 b   |  19 lines

  1. onClipEvent(enterFrame){
  2.    col = new Color(this);
  3.    if(_root.player._currentframe == 6)
  4.    {
  5.       col.setRGB(16539228);
  6.       this.setRGB(16539228);
  7.    }
  8.    if(_root.player._currentframe == 4)
  9.    {
  10.       col.setRGB(16777215);
  11.       this.setRGB(16777215);
  12.    }
  13.    if(_root.player._currentframe == 7)
  14.    {
  15.       col.setRGB(10337019);
  16.       this.setRGB(10337019);
  17.    }
  18. }
  19.